fxlibc/src/libc/ctype
Lephenixnoir c87805ef10
ctype: add a simple implementation for the "C" locale (TEST)
2021-05-16 18:12:45 +02:00
..
isalnum.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isalpha.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isblank.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
iscntrl.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isdigit.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isgraph.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
islower.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isprint.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
ispunct.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isspace.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isupper.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
isxdigit.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
tolower.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
toupper.c ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00