FreeBASIC  0.91.0
file_seek.c File Reference
#include "fb.h"
Include dependency graph for file_seek.c:

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)
 

Function Documentation

FBCALL int fb_FileSeek ( int  fnum,
int  newpos 
)

Definition at line 33 of file file_seek.c.

Here is the call graph for this function:

int fb_FileSeekEx ( FB_FILE handle,
fb_off_t  newpos 
)

Definition at line 5 of file file_seek.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileSeekLarge ( int  fnum,
long long  newpos 
)

Definition at line 38 of file file_seek.c.

Here is the call graph for this function: