From 90d986e8d275798fb0a45ffb3742f45815aea278 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 14 Mar 2002 02:17:29 +0000 Subject: Add some symbols needed for C++ to work. Temporary hack... --- libc/misc/ctype/junk.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libc/misc/ctype/junk.c (limited to 'libc/misc/ctype/junk.c') diff --git a/libc/misc/ctype/junk.c b/libc/misc/ctype/junk.c new file mode 100644 index 000000000..d074c997e --- /dev/null +++ b/libc/misc/ctype/junk.c @@ -0,0 +1,10 @@ +/* Temporary rubbish till I can get this stuff + * fixed properly */ + +#include +#include + +const unsigned short int *__ctype_b; /* Characteristics. */ +const __int32_t *__ctype_tolower; /* Case conversions. */ +const __int32_t *__ctype_toupper; /* Case conversions. */ + -- cgit v1.2.3