#include <hal/xbox.h>
#include <hal/fileio.h>
Go to the source code of this file.
|
int | swprintf (wchar_t *wcs, size_t maxlen, const wchar_t *format,...) |
|
double | wcstod (const wchar_t *, wchar_t **) |
|
unsigned long | wcstoul (const wchar_t *, wchar_t **, int) |
|
unsigned long long | wcstoull (const wchar_t *__restrict__, wchar_t **__restrict__, int) |
|
#define FB_BINARY_NEWLINE "\r\n" |
#define FB_BINARY_NEWLINE_WSTR _LC("\r\n") |
#define FB_CONSOLE_MAXPAGES 1 |
#define FB_LL_FMTMOD "ll" |
#define FB_NEWLINE "\r\n" |
#define FB_NEWLINE_WSTR _LC("\r\n") |
#define fseeko |
( |
|
stream, |
|
|
|
offset, |
|
|
|
whence |
|
) |
| fseek(stream, offset, whence) |
#define ftello |
( |
|
stream) | |
ftell(stream) |
int swprintf |
( |
wchar_t * |
wcs, |
|
|
size_t |
maxlen, |
|
|
const wchar_t * |
format, |
|
|
|
... |
|
) |
| |
double wcstod |
( |
const wchar_t * |
, |
|
|
wchar_t ** |
|
|
) |
| |
unsigned long wcstoul |
( |
const wchar_t * |
, |
|
|
wchar_t ** |
, |
|
|
int |
|
|
) |
| |
unsigned long long wcstoull |
( |
const wchar_t * |
__restrict__, |
|
|
wchar_t ** |
__restrict__, |
|
|
int |
|
|
) |
| |