The ispunct function

Name

ispunct -- 

Synopsis

#include <ctype.h>

int ispunct (int c);

Description

The ispunct function tests for any printing character that is neither a space (' ') nor a character for which isalnum is true.