01.08.2012, 11:50
If you want to seek to the beginning, simple do:
fseek(file);
or fseek(file, 0, seek_current);
(which are actually the same)
I have noticed that fseek is always returning 0 altough it should return the new pos...
fseek(file);
or fseek(file, 0, seek_current);
(which are actually the same)
I have noticed that fseek is always returning 0 altough it should return the new pos...