isspace.c

implementation of the libc isspace call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
isspace.cimplementation of the libc isspace call
Functions
isspaceReturns nonzero when c is a whitespace character

Functions

isspace

int isspace(int c)

Returns nonzero when c is a whitespace character

int isspace(int c)
Returns nonzero when c is a whitespace character