2 ** Copyright 2001, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
27 unsigned char tolower(unsigned char c
);
28 unsigned char toupper(unsigned char c
);
36 #if defined(__cplusplus) && !defined(_NEWOS_NO_LIBC_COMPAT)
47 using ::std::isxdigit
;