Luna/libs/libc/include/wchar.h

11 lines
157 B
C
Raw Normal View History

2022-11-09 15:29:33 +00:00
#ifndef _WCHAR_H
#define _WCHAR_H
#include <stddef.h>
#ifndef __WINT_TYPE__
#define __WINT_TYPE__ unsigned int
#endif
typedef __WINT_TYPE__ wint_t;
#endif