sortix-mirror/libc/decl/wint_t.h

6 lines
96 B
C

#ifndef _WINT_T_DECL
#define _WINT_T_DECL
typedef int __wint_t;
typedef __wint_t wint_t;
#endif