ispunct.c

implementation of the libc ispunct call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
ispunct.cimplementation of the libc ispunct call
Functions
ispunctReturns nonzero when c is a punctuation character (c is not a control, space, letter or number)

Functions

ispunct

int ispunct(int c)

Returns nonzero when c is a punctuation character (c is not a control, space, letter or number)

int ispunct(int c)
Returns nonzero when c is a punctuation character (c is not a control, space, letter or number)