CLISH  0.7.3
ctype.h
1 /*
2  * ctype.h
3  */
29 /*---------------------------------------------------------------
30  * HISTORY
31  * 4-Sep-2006 Graeme McKerrell
32  * Initial Version
33  *---------------------------------------------------------------
34  * Copyright (C) 2006 Newport Networks. All Rights Reserved.
35  *--------------------------------------------------------------- */
36 #ifndef _lub_ctype_h
37 #define _lub_ctype_h
38 
39 #include "lub/types.h"
40 
41 #include "lub/c_decl.h"
42 _BEGIN_C_DECL
43 
58 bool_t
63  char c
64  );
79 bool_t
84  char c
85  );
102 char
107  char c
108  );
125 char
130  char c
131  );
132 
133 _END_C_DECL
134 
135 #endif /* _lub_ctype_h */
136 
char lub_ctype_tolower(char c)
bool_t
Definition: types.h:18
_BEGIN_C_DECL bool_t lub_ctype_isdigit(char c)
bool_t lub_ctype_isspace(char c)
char lub_ctype_toupper(char c)