Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
wprintf.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_WPRINTF_H
2
#define _MSL_COMMON_WPRINTF_H
3
4
#include <
wstring.h
>
5
#include <cstddef>
6
#include <cstdarg>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
int
swprintf
(
wchar_t
*dst,
size_t
maxlen,
const
wchar_t
*fmt, ...);
13
14
int
vsnwprintf_s
(
wchar_t
* str,
size_t
n
,
const
wchar_t
* fmt, va_list args);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#endif
/* _MSL_COMMON_WPRINTF_H */
n
n
Definition
e_fmod.c:115
swprintf
int swprintf(wchar_t *dst, size_t maxlen, const wchar_t *fmt,...)
Definition
wprintf.c:1358
vsnwprintf_s
int vsnwprintf_s(wchar_t *str, size_t n, const wchar_t *fmt, va_list args)
Definition
wprintf.c:1381
wstring.h
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
wprintf.h
Generated by
1.12.0