Navigation

Operators and Keywords

Function List:

C++ API

c-ctype.h File Reference

#include <stdbool.h>
Include dependency graph for c-ctype.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define C_CTYPE_CONSECUTIVE_DIGITS   1

Functions

bool c_isascii (int c)
bool c_isalnum (int c)
bool c_isalpha (int c)
bool c_isblank (int c)
bool c_iscntrl (int c)
bool c_isdigit (int c)
bool c_islower (int c)
bool c_isgraph (int c)
bool c_isprint (int c)
bool c_ispunct (int c)
bool c_isspace (int c)
bool c_isupper (int c)
bool c_isxdigit (int c)
int c_tolower (int c)
int c_toupper (int c)

Define Documentation

#define C_CTYPE_CONSECUTIVE_DIGITS   1

Function Documentation

bool c_isalnum ( int  c  ) 
bool c_isalpha ( int  c  ) 
bool c_isascii ( int  c  ) 
bool c_isblank ( int  c  ) 
bool c_iscntrl ( int  c  ) 
bool c_isdigit ( int  c  ) 
bool c_isgraph ( int  c  ) 
bool c_islower ( int  c  ) 
bool c_isprint ( int  c  ) 
bool c_ispunct ( int  c  ) 
bool c_isspace ( int  c  ) 
bool c_isupper ( int  c  ) 
bool c_isxdigit ( int  c  ) 
int c_tolower ( int  c  ) 
int c_toupper ( int  c  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines