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