![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Functions | |
| int | swprintf (wchar_t *dst, size_t maxlen, const wchar_t *fmt,...) |
| int | vsnwprintf_s (wchar_t *str, size_t n, const wchar_t *fmt, va_list args) |
| int swprintf | ( | wchar_t * | dst, |
| size_t | maxlen, | ||
| const wchar_t * | fmt, | ||
| ... ) |
| int vsnwprintf_s | ( | wchar_t * | str, |
| size_t | n, | ||
| const wchar_t * | fmt, | ||
| va_list | args ) |