KallistiOS
##version##
|
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... | |
These are the values you can pass for the whence parameter to fs_seek().
#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.