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

Go to the source code of this file.

Functions

int fb_FilePutWstrEx (FB_FILE *handle, fb_off_t pos, FB_WCHAR *str, ssize_t len)
 
FBCALL int fb_FilePutWstr (int fnum, int pos, FB_WCHAR *str, ssize_t str_len)
 
FBCALL int fb_FilePutWstrLarge (int fnum, long long pos, FB_WCHAR *str, ssize_t str_len)
 

Function Documentation

FBCALL int fb_FilePutWstr ( int  fnum,
int  pos,
FB_WCHAR str,
ssize_t  str_len 
)

Definition at line 18 of file file_put_wstr.c.

Here is the call graph for this function:

int fb_FilePutWstrEx ( FB_FILE handle,
fb_off_t  pos,
FB_WCHAR str,
ssize_t  len 
)

Definition at line 5 of file file_put_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL int fb_FilePutWstrLarge ( int  fnum,
long long  pos,
FB_WCHAR str,
ssize_t  str_len 
)

Definition at line 23 of file file_put_wstr.c.

Here is the call graph for this function: