NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
wchar.h
1#ifndef MSL_WCHAR_H
2#define MSL_WCHAR_H
3#include <internal/mbstring.h>
4#include <internal/wprintf.h>
5#include <internal/wstring.h>
6#include <limits.h>
7#include <types.h>
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12#define WCHAR_MIN SHRT_MIN
13#define WCHAR_MAX USHRT_MAX
14
15#ifdef __cplusplus
16}
17#endif
18#endif