sortix-mirror/libmaxsi/decl/wint_t.h

5 lines
74 B
C

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