CMSIS-Compiler Support  
Standard C Library File, I/O and OS Retargeting
 
Loading...
Searching...
No Matches
Seek Operations

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.
 

Description

Macro Definition Documentation

◆ RT_SEEK_SET

#define RT_SEEK_SET   0

File Seek Operation definitions.

Set position offset from the start of the file

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