Version 2.0.0-0

ctype Reference

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

Tasks

isalnum Top

int isalnum( int c );

isalpha Top

int isalpha( int c );

isblank Top

int isblank( int c );

iscntrl Top

int iscntrl( int c );

isdigit Top

int isdigit( int c );

isgraph Top

int isgraph( int c );

islower Top

int islower( int c );

isprint Top

int isprint( int c );

ispunct Top

int ispunct( int c );

isspace Top

int isspace( int c );

isupper Top

int isupper( int c );

isxdigit Top

int isxdigit( int c );

tolower Top

int tolower( int c );

toupper Top

int toupper( int c );

Macros

__XEOS_LIB_C99_CTYPE_H__ Top

#define __XEOS_LIB_C99_CTYPE_H__