FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
void | fb_hSetFileBufSize (FILE *fp) |
int | fb_DevFileOpen (FB_FILE *handle, const char *filename, size_t fname_len) |
Variables | |
static FB_FILE_HOOKS | hooks_dev_file |
int fb_DevFileOpen | ( | FB_FILE * | handle, |
const char * | filename, | ||
size_t | fname_len | ||
) |
Definition at line 30 of file dev_file_open.c.
void fb_hSetFileBufSize | ( | FILE * | fp) |
|
static |
Definition at line 5 of file dev_file_open.c.