Tests for a printable character, including the space character.
#include <ctype.h>
int isprint (
int c);
(IN) Specifies the character to be tested.
Returns a nonzero value when the argument is a printable character. Otherwise, it returns zero.