Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
wchar_io.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_WCHAR_IO_H
2#define _MSL_COMMON_WCHAR_IO_H
3
4#include "ansi_files.h"
5
6#ifndef __cplusplus
7typedef unsigned short wchar_t;
8#endif
9
10int fwide(FILE* file, int mode);
11
12#endif /* _MSL_COMMON_WCHAR_IO_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition ansi_files.h:81
int fwide(FILE *file, int mode)
Definition wchar_io.c:4
unsigned short wchar_t
Definition wchar_io.h:7