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

Go to the source code of this file.

Functions

FBCALL int fb_FileGetArray (int fnum, int pos, FBARRAY *dst)
 
FBCALL int fb_FileGetArrayLarge (int fnum, long long pos, FBARRAY *dst)
 
FBCALL int fb_FileGetArrayIOB (int fnum, int pos, FBARRAY *dst, size_t *bytesread)
 
FBCALL int fb_FileGetArrayLargeIOB (int fnum, long long pos, FBARRAY *dst, size_t *bytesread)
 

Function Documentation

FBCALL int fb_FileGetArray ( int  fnum,
int  pos,
FBARRAY dst 
)

Definition at line 5 of file file_getarray.c.

Here is the call graph for this function:

FBCALL int fb_FileGetArrayIOB ( int  fnum,
int  pos,
FBARRAY dst,
size_t *  bytesread 
)

Definition at line 15 of file file_getarray.c.

Here is the call graph for this function:

FBCALL int fb_FileGetArrayLarge ( int  fnum,
long long  pos,
FBARRAY dst 
)

Definition at line 10 of file file_getarray.c.

Here is the call graph for this function:

FBCALL int fb_FileGetArrayLargeIOB ( int  fnum,
long long  pos,
FBARRAY dst,
size_t *  bytesread 
)

Definition at line 20 of file file_getarray.c.

Here is the call graph for this function: