mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
11 lines
133 B
C
11 lines
133 B
C
#ifndef _WCHAR_H_
|
|
#define _WCHAR_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
typedef unsigned short wchar_t;
|
|
|
|
int fwide(FILE *stream, int mode);
|
|
|
|
#endif
|