Missed from previus commit
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
void check_before(uint32_t a, uint32_t b)
|
||||
{
|
||||
printf("%lu before %lu = %d\n", a ,b, seq_before(a, b));
|
||||
printf("%lu before %lu = %d\n", a ,b, seq_lt(a, b));
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user