FreeBASIC
0.91.0
|
#include "fb.h"
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) |