| ispunct |
(int ch) |
yoix.ctype |
| |
Returns
1
if the integer
ch
represents an ASCII printing character
(i.e.,
isprint
is true)
that is not a letter, digit, or space, and
0
otherwise.
| |
| Return: |
int
| | |
| See Also: |
isalnum,
isalpha,
isascii,
iscntrl,
isdigit,
isgraph,
islower,
isoctal,
isprint,
isspace,
isupper,
isxdigit
|
|
Yoix is a registered trademark of AT&T Inc.
|