sortix-mirror/libc/decl/wctype_t.h
Jonas 'Sortie' Termansen b9d633108d Add wctype(3).
2013-12-17 14:30:26 +01:00

5 lines
86 B
C

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