Name
isprint function — Tests for a printable character
Synopsis
int isprint(int c)
The isprint
function
returns true (nonzero) if c
is a
printing character, including space ('
'), according to the locale and character set. Informally,
a printing character occupies space on a display device.