Is using fseek to backtrack character fscanf operations reliable?
fseek
fscanf
Like for example if I have just fscanf-ed 10 characters but
This is because fseek works with bytes, whereas fscanf intelligently handles that the carriage return and line feed are two bytes, and swallows them as one char.