mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
5 lines
96 B
C
5 lines
96 B
C
#ifndef _WINT_T_DECL
|
|
#define _WINT_T_DECL
|
|
typedef int __wint_t;
|
|
typedef __wint_t wint_t;
|
|
#endif
|