ctype.h File Reference

API published in:
API deprecated in:


#include <_ansi.h>
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <_ctype.h>

Go to the source code of this file.


Functions

__BEGIN_DECLS IMPORT_C int  isalnum (int)
IMPORT_C int  isalpha (int)
IMPORT_C int  iscntrl (int)
IMPORT_C int  isdigit (int)
IMPORT_C int  isgraph (int)
IMPORT_C int  islower (int)
IMPORT_C int  isprint (int)
IMPORT_C int  ispunct (int)
IMPORT_C int  isspace (int)
IMPORT_C int  isupper (int)
IMPORT_C int  isxdigit (int)
IMPORT_C int  tolower (int)
IMPORT_C int  toupper (int)

Function Documentation

__BEGIN_DECLS IMPORT_C int isalnum int   ) 
 
IMPORT_C int isalpha int   ) 
 
IMPORT_C int iscntrl int   ) 
 
IMPORT_C int isdigit int   ) 
 
IMPORT_C int isgraph int   ) 
 
IMPORT_C int islower int   ) 
 
IMPORT_C int isprint int   ) 
 
IMPORT_C int ispunct int   ) 
 
IMPORT_C int isspace int   ) 
 
IMPORT_C int isupper int   ) 
 
IMPORT_C int isxdigit int   ) 
 
IMPORT_C int tolower int   ) 
 
IMPORT_C int toupper int   ) 
 

Copyright © Nokia Corporation 2001-2008
Back to top