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

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
 

Function Documentation

int fb_DevFileOpen ( FB_FILE handle,
const char *  filename,
size_t  fname_len 
)

Definition at line 30 of file dev_file_open.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_hSetFileBufSize ( FILE *  fp)

Definition at line 22 of file dev_file_open.c.

Here is the caller graph for this function:

Variable Documentation