sortix-mirror/libc/decl/wint_t.h

6 lines
96 B
C
Raw Normal View History

2011-08-05 12:25:00 +00:00
#ifndef _WINT_T_DECL
#define _WINT_T_DECL
2013-01-16 00:45:51 +00:00
typedef int __wint_t;
2011-08-05 12:25:00 +00:00
typedef __wint_t wint_t;
#endif