01.08.2012, 14:22
Quote:
If you want to seek to the beginning, simple do: fseek(file); or fseek(file, 0, seek_current); (which are actually the same) |
Код:
native fseek(File: handle, position = 0, seek_whence: whence = seek_start);
Zuckerman