isdigit.c

implementation of the libc isdigit call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
isdigit.cimplementation of the libc isdigit call
Functions
isdigitReturns nonzero when c is a decimal digit (number)

Functions

isdigit

int isdigit(int c)

Returns nonzero when c is a decimal digit (number)

int isdigit(int c)
Returns nonzero when c is a decimal digit (number)