sortix-mirror/libc/decl/wctype_t.h

5 lines
86 B
C

#ifndef _WCTYPE_T_DECL
#define _WCTYPE_T_DECL
typedef int (*wctype_t)(wint_t);
#endif