mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
23 lines
186 B
Text
23 lines
186 B
Text
@add_cast@
|
|
char T;
|
|
@@
|
|
(isalnum
|
|
|isalpha
|
|
|iscntrl
|
|
|isdigit
|
|
|isgraph
|
|
|islower
|
|
|isprint
|
|
|ispunct
|
|
|isspace
|
|
|isupper
|
|
|isxdigit
|
|
|isascii
|
|
|isblank
|
|
|tolower
|
|
|toupper
|
|
)
|
|
(
|
|
+(unsigned char)
|
|
T
|
|
)
|