mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-07 03:47:52 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
13 lines
248 B
C
13 lines
248 B
C
#ifndef MSL_COMMON_SRC_WCHAR_IO_H
|
|
#define MSL_COMMON_SRC_WCHAR_IO_H
|
|
|
|
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
|
|
|
#ifndef __cplusplus
|
|
typedef unsigned short wchar_t;
|
|
#endif
|
|
|
|
int fwide(FILE* file, int mode);
|
|
|
|
#endif /* MSL_COMMON_SRC_WCHAR_IO_H */
|