Searched refs:diff (Results 1 – 1 of 1) sorted by relevance
33 long offset, diff; in do_test() local52 diff = ftell (f) - offset; in do_test()53 if (diff != 3) in do_test()55 printf ("ftell did not update properly. got %ld, expected 3\n", diff); in do_test()
Completed in 3 milliseconds