ctype Reference

File
lib/c99/include/c99/ctype.h
Date
Wednesday, June 25, 2014
Includes
None

Tasks

isalnum

int isalnum( int c );

isalpha

int isalpha( int c );

isblank

int isblank( int c );

iscntrl

int iscntrl( int c );

isdigit

int isdigit( int c );

isgraph

int isgraph( int c );

islower

int islower( int c );

isprint

int isprint( int c );

ispunct

int ispunct( int c );

isspace

int isspace( int c );

isupper

int isupper( int c );

isxdigit

int isxdigit( int c );

tolower

int tolower( int c );

toupper

int toupper( int c );

Macros

__XEOS_LIB_C99_CTYPE_H__

#define __XEOS_LIB_C99_CTYPE_H__