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

Go to the source code of this file.

Functions

int fb_FileOpenEx (FB_FILE *handle, FBSTRING *str, unsigned int mode, unsigned int access, unsigned int lock, int len)
 
FBCALL int fb_FileOpen (FBSTRING *str, unsigned int mode, unsigned int access, unsigned int lock, int fnum, int len)
 

Function Documentation

FBCALL int fb_FileOpen ( FBSTRING str,
unsigned int  mode,
unsigned int  access,
unsigned int  lock,
int  fnum,
int  len 
)

Definition at line 12 of file file_open.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_FileOpenEx ( FB_FILE handle,
FBSTRING str,
unsigned int  mode,
unsigned int  access,
unsigned int  lock,
int  len 
)

Definition at line 5 of file file_open.c.

Here is the call graph for this function:

Here is the caller graph for this function: