Standard C Library File, I/O and OS Retargeting
All Data Structures Functions Variables Typedefs Modules Pages
Seek Operations

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...
 

Description

Macro Definition Documentation

◆ RT_SEEK_CUR

#define RT_SEEK_CUR   1

Set position offset from the current location.

◆ RT_SEEK_END

#define RT_SEEK_END   2

Set position offset from the end of the file.

◆ RT_SEEK_SET

#define RT_SEEK_SET   0

Set position offset from the start of the file.