Macros | |
#define | RT_SEEK_SET 0 |
File Seek Operation definitions. | |
#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 |
File Seek Operation definitions.
Set position offset from the start of the file
#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.