int isalnum(int c);
This function returns true if c is a punctuation character. This includes any printing character that is not alphanumeric or a space character.