mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 03:37:02 -04:00
43a5f69094
* MSL_C/string.h * MSL_C/stdlib.h
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 */
|