mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
13 lines
224 B
C
13 lines
224 B
C
#ifndef _MSL_COMMON_WCHAR_IO_H
|
|
#define _MSL_COMMON_WCHAR_IO_H
|
|
|
|
#include "MSL_C/ansi_files.h"
|
|
|
|
#ifndef __cplusplus
|
|
typedef unsigned short wchar_t;
|
|
#endif
|
|
|
|
int fwide(FILE* file, int mode);
|
|
|
|
#endif /* _MSL_COMMON_WCHAR_IO_H */
|