inline bool isEven(int32_t x) { return (0 == (x & 1) ); }
Is there any standard that says anything about the performance of fseek?
If not, how can one claim that this is O(1)? :D