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

Go to the source code of this file.

Functions

int fb_FileCloseEx (FB_FILE *handle)
 
FBCALL int fb_FileClose (int fnum)
 
FBCALL int fb_FileCloseAll (void)
 

Function Documentation

FBCALL int fb_FileClose ( int  fnum)

Definition at line 32 of file file_close.c.

Here is the call graph for this function:

FBCALL int fb_FileCloseAll ( void  )

Definition at line 44 of file file_close.c.

Here is the call graph for this function:

int fb_FileCloseEx ( FB_FILE handle)

Definition at line 6 of file file_close.c.

Here is the call graph for this function:

Here is the caller graph for this function: