English
Language : 

CC78K0S Datasheet, PDF (172/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 10 LIBRARY FUNCTIONS
(1) ctype.h
This header is used to define character and string functions. In this standard header, the following library
functions have been defined.
However, when the compiler option -ZA (the option that disables the functions not compliant with ANSI
specifications and enables a part of the functions of ANSI specifications) is specified, _toupper and _tolower
are not defined. Instead, tolow and toup are defined. When -ZA is not specified, tolow and toup are not
defined. The function to be declared differs depending on the options and the specification models.
Table 10-4. Contents of ctype.h
Existence of -ZI, or -ZL
Normal Model
Static Model
Specification None
ZI
ZL
ZI
None
ZI
ZL
ZI
Function Name
ZL
ZL
isalnum
isalpha
iscntrl
isdigit
isgraph
islower
isprint
ispunct
isspace
isupper
isxdigit
tolower
toupper
isascii
toascii
_toupper
_tolower
tolow
toup
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√
√
√
√
√
—
√
—
√: Supported
—: Not supported
172
User’s Manual U14872EJ1V0UM