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:

Returns:

    int non-zero if character is not in the class

See also:

isprint (character)
Check for any printable character including space.

Parameters:

Returns:

    int non-zero if character is not in the class

See also:

generated by LDoc 1.5.0 Last updated 2023-06-16 20:19:12