NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
wprintf.h
1
#ifndef MSL_WPRINTF_H
2
#define MSL_WPRINTF_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
int
vswprintf(
wchar_t
*,
size_t
,
const
wchar_t
*, va_list);
9
int
swprintf(
wchar_t
*,
size_t
,
const
wchar_t
*, ...);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
#endif
include
lib
MSL
internal
wprintf.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2