Macros | |
| #define | RT_SEEK_SET 0 |
| Set position offset from the start of the file. More... | |
| #define | RT_SEEK_CUR 1 |
| Set position offset from the current location. More... | |
| #define | RT_SEEK_END 2 |
| Set position offset from the end of the file. More... | |
| #define RT_SEEK_CUR 1 |
Set position offset from the current location.
| #define RT_SEEK_END 2 |
Set position offset from the end of the file.
| #define RT_SEEK_SET 0 |
Set position offset from the start of the file.