BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

ctype.h File Reference

C type helper macros. More...

Go to the source code of this file.

Macros

#define pj_hex_digits   "0123456789abcdef"
 

Functions

int pj_isalnum (unsigned char c)
 
int pj_isalpha (unsigned char c)
 
int pj_isascii (unsigned char c)
 
int pj_isdigit (unsigned char c)
 
int pj_isspace (unsigned char c)
 
int pj_islower (unsigned char c)
 
int pj_isupper (unsigned char c)
 
int pj_isblank (unsigned char c)
 
int pj_tolower (unsigned char c)
 
int pj_toupper (unsigned char c)
 
int pj_isxdigit (unsigned char c)
 
void pj_val_to_hex_digit (unsigned value, char *p)
 
unsigned pj_hex_digit_to_val (unsigned char c)
 

Detailed Description

C type helper macros.

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.