FreeBASIC
0.91.0
|
#include "fb.h"
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) |
Definition at line 5 of file file_put_wstr.c.