The isprint function

Name

isprint -- 

Synopsis

#include <ctype.h>

int isprint (int c);

Description

The isprint function tests for any of the printing characters including space (' ').