fxlibc/src/libc/ctype
Lephenixnoir 50629bf479
ctype: test and fix character class functions (DONE)
2021-05-18 11:37:37 +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: test and fix character class functions (DONE) 2021-05-18 11:37:37 +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