1 /* Copyright (c) 2016 Corinna Vinschen <corinna@vinschen.de> */
2 #include <ctype.h>
3 
4 # define DEFAULT_CTYPE_PTR	((char *) _ctype_)
5 
6 void
7 __set_ctype (struct __locale_t *loc, const char *charset);
8