sortix-mirror/libc/decl/wctype_t.h

5 lines
86 B
C
Raw Normal View History

2011-08-05 12:25:00 +00:00
#ifndef _WCTYPE_T_DECL
#define _WCTYPE_T_DECL
2012-12-20 15:18:24 +00:00
typedef int (*wctype_t)(wint_t);
2011-08-05 12:25:00 +00:00
#endif