1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/decl/wint_t.h

6 lines
96 B
C
Raw Normal View History

2011-08-05 08:25:00 -04:00
#ifndef _WINT_T_DECL
#define _WINT_T_DECL
2013-01-15 19:45:51 -05:00
typedef int __wint_t;
2011-08-05 08:25:00 -04:00
typedef __wint_t wint_t;
#endif