nckernel
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
slibc
include
ctype.h
Go to the documentation of this file.
1
19
extern
int
toupper
(
int
c);
20
27
extern
int
tolower
(
int
c);
28
29
extern
int
isalnum
(
int
c);
30
extern
int
isalpha
(
int
c);
31
extern
int
isascii
(
int
c);
32
extern
int
isblank
(
int
c);
33
extern
int
iscntrl
(
int
c);
34
extern
int
isdigit
(
int
c);
35
extern
int
isgraph
(
int
c);
36
extern
int
islower
(
int
c);
37
extern
int
isprint
(
int
c);
38
extern
int
ispunct
(
int
c);
39
extern
int
isspace
(
int
c);
40
extern
int
isupper
(
int
c);
41
extern
int
isxdigit
(
int
c);
42
Generated on Thu Nov 7 2013 02:45:25 for nckernel by
1.8.4