Tests for a printable character, including the space character, in the local multibyte code set.
#include <ctype.h>
int Lisprint (
const char *c);
(IN) Points to the character to be tested.
Returns a nonzero value when the argument is a printable character. Otherwise, it returns zero.
The Lisprint function is a double-byte interface.