#include <ctype.h>
int ispunct (int c);
int ispunct
The ispunct function tests for any printing character that is neither a space (' ') nor a character for which isalnum is true.