7.4.1.9 The ispunct functionļ
Synopsis
#include <ctype.h>
int ispunct(int c);
Description
The ispunct function tests for any printing character that is one of a locale-specific set of punctuation characters for which neither isspace nor isalnum is true. In the āCā locale, ispunct returns true for every printing character for which neither isspace nor isalnum is true.