sortix-mirror/libmaxsi/c/decl/wctype_t.h

5 lines
82 B
C

#ifndef _WCTYPE_T_DECL
#define _WCTYPE_T_DECL
typedef __wctype_t wctype_t;
#endif