Go to the documentation of this file.
2 #include <hal/fileio.h>
4 #define FBCALL __stdcall
7 #define FB_NEWLINE "\r\n"
8 #define FB_NEWLINE_WSTR _LC("\r\n")
11 #define FB_BINARY_NEWLINE "\r\n"
12 #define FB_BINARY_NEWLINE_WSTR _LC("\r\n")
13 #define FB_LL_FMTMOD "ll"
14 #define FB_CONSOLE_MAXPAGES 1
15 #define FB_DYLIB HANDLE
18 #define fseeko(stream, offset, whence) fseek(stream, offset, whence)
19 #define ftello(stream) ftell(stream)
27 int swprintf(
wchar_t *wcs,
size_t maxlen,
const wchar_t *format, ...);
28 double wcstod(
const wchar_t*,
wchar_t**);
29 unsigned long wcstoul(
const wchar_t *,
wchar_t **,
int);
30 unsigned long long wcstoull(
const wchar_t * __restrict__,
wchar_t ** __restrict__,
int);