Module posix.ctype
Character tests.
Functions
isgraph (character) | Check for any printable character except space. |
isprint (character) | Check for any printable character including space. |
Functions
- isgraph (character)
-
Check for any printable character except space.
Parameters:
- character string to act on
Returns:
-
int
non-zero if character is not in the class
See also:
- isprint (character)
-
Check for any printable character including space.
Parameters:
- character string to act on
Returns:
-
int
non-zero if character is not in the class
See also: