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

Go to the source code of this file.

Functions

int fb_FileGetStrEx (FB_FILE *handle, fb_off_t pos, void *str, ssize_t str_len, size_t *bytesread)
 
FBCALL int fb_FileGetStr (int fnum, int pos, void *str, ssize_t str_len)
 
FBCALL int fb_FileGetStrLarge (int fnum, long long pos, void *str, ssize_t str_len)
 
FBCALL int fb_FileGetStrIOB (int fnum, int pos, void *str, ssize_t str_len, size_t *bytesread)
 
FBCALL int fb_FileGetStrLargeIOB (int fnum, long long pos, void *str, ssize_t str_len, size_t *bytesread)
 

Function Documentation

FBCALL int fb_FileGetStr ( int  fnum,
int  pos,
void *  str,
ssize_t  str_len 
)

Definition at line 38 of file file_getstr.c.

Here is the call graph for this function:

int fb_FileGetStrEx ( FB_FILE handle,
fb_off_t  pos,
void *  str,
ssize_t  str_len,
size_t *  bytesread 
)

Definition at line 5 of file file_getstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FileGetStrIOB ( int  fnum,
int  pos,
void *  str,
ssize_t  str_len,
size_t *  bytesread 
)

Definition at line 48 of file file_getstr.c.

Here is the call graph for this function:

FBCALL int fb_FileGetStrLarge ( int  fnum,
long long  pos,
void *  str,
ssize_t  str_len 
)

Definition at line 43 of file file_getstr.c.

Here is the call graph for this function:

FBCALL int fb_FileGetStrLargeIOB ( int  fnum,
long long  pos,
void *  str,
ssize_t  str_len,
size_t *  bytesread 
)

Definition at line 53 of file file_getstr.c.

Here is the call graph for this function: