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

Macros

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

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.