implementation of the libc ispunct call
manually added to pdclib
Marcel Sondaar
Public Domain
int ispunct(int c)
Returns nonzero when c is a punctuation character (c is not a control, space, letter or number)