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

Go to the source code of this file.

Functions

int fb_FilePutDataEx (FB_FILE *handle, fb_off_t pos, const void *data, size_t length, int adjust_rec_pos, int checknewline, int is_unicode)
 
int fb_FilePutData (int fnum, fb_off_t pos, const void *data, size_t length, int adjust_rec_pos, int checknewline)
 
FBCALL int fb_FilePut (int fnum, int pos, void *value, size_t valuelen)
 
FBCALL int fb_FilePutLarge (int fnum, long long pos, void *value, size_t valuelen)
 

Function Documentation

FBCALL int fb_FilePut ( int  fnum,
int  pos,
void *  value,
size_t  valuelen 
)

Definition at line 146 of file file_put.c.

Here is the call graph for this function:

int fb_FilePutData ( int  fnum,
fb_off_t  pos,
const void *  data,
size_t  length,
int  adjust_rec_pos,
int  checknewline 
)

Definition at line 132 of file file_put.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int fb_FilePutDataEx ( FB_FILE handle,
fb_off_t  pos,
const void *  data,
size_t  length,
int  adjust_rec_pos,
int  checknewline,
int  is_unicode 
)

Definition at line 6 of file file_put.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FilePutLarge ( int  fnum,
long long  pos,
void *  value,
size_t  valuelen 
)

Definition at line 157 of file file_put.c.

Here is the call graph for this function: