Files
2025-01-18 07:09:37 -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