KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Seek modes

Macros

#define SEEK_SET   0
 Set position to offset. More...
 
#define SEEK_CUR   1
 Seek from current position. More...
 
#define SEEK_END   2
 Seek from end of file. More...
 

Detailed Description

These are the values you can pass for the whence parameter to fs_seek().

Macro Definition Documentation

#define SEEK_CUR   1

Seek from current position.

#define SEEK_END   2

Seek from end of file.

#define SEEK_SET   0

Set position to offset.