Synopsis
int isprint(int c);
Description

isprint returns nonzero (true) if and only if the value of the argument c is any printing character including space (' ').