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