|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| int | fb_FileGetWstrEx (FB_FILE *handle, fb_off_t pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread) |
| FBCALL int | fb_FileGetWstr (int fnum, int pos, FB_WCHAR *dst, ssize_t dst_chars) |
| FBCALL int | fb_FileGetWstrLarge (int fnum, long long pos, FB_WCHAR *dst, ssize_t dst_chars) |
| FBCALL int | fb_FileGetWstrIOB (int fnum, int pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread) |
| FBCALL int | fb_FileGetWstrLargeIOB (int fnum, long long pos, FB_WCHAR *dst, ssize_t dst_chars, size_t *bytesread) |
| int fb_FileGetWstrEx | ( | FB_FILE * | handle, |
| fb_off_t | pos, | ||
| FB_WCHAR * | dst, | ||
| ssize_t | dst_chars, | ||
| size_t * | bytesread | ||
| ) |
Definition at line 6 of file file_get_wstr.c.

