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

Go to the source code of this file.

Functions

int fb_FilePutStrEx (FB_FILE *handle, fb_off_t pos, void *str, ssize_t str_len)
 
FBCALL int fb_FilePutStr (int fnum, int pos, void *str, ssize_t str_len)
 
FBCALL int fb_FilePutStrLarge (int fnum, long long pos, void *str, ssize_t str_len)
 

Function Documentation

FBCALL int fb_FilePutStr ( int  fnum,
int  pos,
void *  str,
ssize_t  str_len 
)

Definition at line 27 of file file_putstr.c.

Here is the call graph for this function:

int fb_FilePutStrEx ( FB_FILE handle,
fb_off_t  pos,
void *  str,
ssize_t  str_len 
)

Definition at line 5 of file file_putstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FilePutStrLarge ( int  fnum,
long long  pos,
void *  str,
ssize_t  str_len 
)

Definition at line 32 of file file_putstr.c.

Here is the call graph for this function: