isblank.c

implementation of the libc isblank call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
isblank.cimplementation of the libc isblank call
Functions
isblankReturns nonzero when c is a blank (either space or tab)

Functions

isblank

int isblank(int c)

Returns nonzero when c is a blank (either space or tab)

int isblank(int c)
Returns nonzero when c is a blank (either space or tab)