PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
ctype.h File Reference
#include "_internal/config.h"
Include dependency graph for ctype.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ isalnum()

_PUBLIC int isalnum ( int  c)

Definition at line 5 of file isalnum.c.

Here is the caller graph for this function:

◆ isalpha()

_PUBLIC int isalpha ( int  c)

Definition at line 5 of file isalpha.c.

◆ isblank()

_PUBLIC int isblank ( int  c)

Definition at line 5 of file isblank.c.

◆ iscntrl()

_PUBLIC int iscntrl ( int  c)

Definition at line 5 of file iscntrl.c.

◆ isdigit()

_PUBLIC int isdigit ( int  c)

Definition at line 5 of file isdigit.c.

Here is the caller graph for this function:

◆ isgraph()

_PUBLIC int isgraph ( int  c)

Definition at line 5 of file isgraph.c.

◆ islower()

_PUBLIC int islower ( int  c)

Definition at line 5 of file islower.c.

◆ isprint()

_PUBLIC int isprint ( int  c)

Definition at line 5 of file isprint.c.

◆ ispunct()

_PUBLIC int ispunct ( int  c)

Definition at line 5 of file ispunct.c.

◆ isspace()

_PUBLIC int isspace ( int  c)

Definition at line 5 of file isspace.c.

Here is the caller graph for this function:

◆ isupper()

_PUBLIC int isupper ( int  c)

Definition at line 5 of file isupper.c.

◆ isxdigit()

_PUBLIC int isxdigit ( int  c)

Definition at line 5 of file isxdigit.c.

◆ tolower()

_PUBLIC int tolower ( int  c)

Definition at line 5 of file tolower.c.

Here is the caller graph for this function:

◆ toupper()

_PUBLIC int toupper ( int  c)

Definition at line 5 of file toupper.c.