sortix-mirror/libc/decl/wint_t.h
2013-12-17 14:30:28 +01:00

6 lines
96 B
C

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