Numworks Epsilon  1.4.1
Graphing Calculator Operating System
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ctype.h File Reference

Go to the source code of this file.

Functions

int isupper (int c)
 
int isxdigit (int c)
 
int isdigit (int c)
 
int tolower (int c)
 

Function Documentation

◆ isdigit()

int isdigit ( int  c)

Definition at line 11 of file ctype.c.

◆ isupper()

int isupper ( int  c)

Definition at line 3 of file ctype.c.

◆ isxdigit()

int isxdigit ( int  c)

Definition at line 7 of file ctype.c.

◆ tolower()

int tolower ( int  c)

Definition at line 15 of file ctype.c.