Numworks Epsilon  1.4.1
Graphing Calculator Operating System
ctype.c File Reference
#include <ctype.h>

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.