Files
2022-06-06 23:44:06 -05:00

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