summaryrefslogtreecommitdiff
path: root/libc/misc/ctype/junk.c
blob: d074c997e8862d95296edbcb537819b4fce800f2 (plain)
1
2
3
4
5
6
7
8
9
10
/* Temporary rubbish till I can get this stuff
 * fixed properly */

#include <features.h>
#include <bits/types.h>

const unsigned short int *__ctype_b;   /* Characteristics.  */
const __int32_t *__ctype_tolower; /* Case conversions.  */
const __int32_t *__ctype_toupper; /* Case conversions.  */