Synopsis
int ispunct(int c);
Description

ispunct returns nonzero (true) for every printing character for which neither isspace nor isalnum is true.