Displaying 1 result from an estimated 1 matches for "klibc4".
Did you mean:
klibc
2005 Mar 07
1
Question about islower() in ctype.h (ANSI compat headers test)
...oupper (i) = 220, TOUPPER (i) = 220
i = 221
islower (i) = 0, ISLOWER (i) = 0
toupper (i) = 221, TOUPPER (i) = 221
i = 222
islower (i) = 0, ISLOWER (i) = 0
toupper (i) = 222, TOUPPER (i) = 222
i = 223
islower (i) = 2, ISLOWER (i) = 0
toupper (i) = 223, TOUPPER (i) = 223
No Match!
nosferatu 1.0.0.rc6.klibc4 # cat foo.c
/* confdefs.h. */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define HAVE_DIRENT_H 1
/* end confdefs.h. */
#include <ctype.h>
#if (('...