|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| int | fb_FileSeekEx (FB_FILE *handle, fb_off_t newpos) |
| FBCALL int | fb_FileSeek (int fnum, int newpos) |
| FBCALL int | fb_FileSeekLarge (int fnum, long long newpos) |
| FBCALL int fb_FileSeek | ( | int | fnum, |
| int | newpos | ||
| ) |
Definition at line 5 of file file_seek.c.


| FBCALL int fb_FileSeekLarge | ( | int | fnum, |
| long long | newpos | ||
| ) |