|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "_internal/config.h"Go to the source code of this file.
Functions | |
| _PUBLIC int | isalnum (int c) |
| _PUBLIC int | isalpha (int c) |
| _PUBLIC int | isblank (int c) |
| _PUBLIC int | iscntrl (int c) |
| _PUBLIC int | isdigit (int c) |
| _PUBLIC int | isgraph (int c) |
| _PUBLIC int | islower (int c) |
| _PUBLIC int | isprint (int c) |
| _PUBLIC int | ispunct (int c) |
| _PUBLIC int | isspace (int c) |
| _PUBLIC int | isupper (int c) |
| _PUBLIC int | isxdigit (int c) |
| _PUBLIC int | tolower (int c) |
| _PUBLIC int | toupper (int c) |
| _PUBLIC int isalnum | ( | int | c | ) |
| _PUBLIC int isdigit | ( | int | c | ) |
| _PUBLIC int isspace | ( | int | c | ) |
| _PUBLIC int isxdigit | ( | int | c | ) |
Definition at line 5 of file isxdigit.c.
| _PUBLIC int tolower | ( | int | c | ) |