CLISH
0.7.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
lub
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
59
lub_ctype_isdigit
(
63
char
c
64
);
79
bool_t
80
lub_ctype_isspace
(
84
char
c
85
);
102
char
103
lub_ctype_tolower
(
107
char
c
108
);
125
char
126
lub_ctype_toupper
(
130
char
c
131
);
132
133
_END_C_DECL
134
135
#endif
/* _lub_ctype_h */
136
lub_ctype_tolower
char lub_ctype_tolower(char c)
bool_t
bool_t
Definition:
types.h:18
lub_ctype_isdigit
_BEGIN_C_DECL bool_t lub_ctype_isdigit(char c)
lub_ctype_isspace
bool_t lub_ctype_isspace(char c)
lub_ctype_toupper
char lub_ctype_toupper(char c)
Generated by
1.8.6