MyOS Libc
ctype.h
Go to the documentation of this file.
1 
5 #ifndef CTYPE_H
6 #define CTYPE_H
7 
13 int isdigit(int c);
14 
15 #endif
int isdigit(int c)
Definition: ctype.c:1