isalnum.c

implementation of the libc isalnum call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
isalnum.cimplementation of the libc isalnum call
Functions
isalnumReturns nonzero when c is either a character or a number

Functions

isalnum

int isalnum(int c)

Returns nonzero when c is either a character or a number

int isalnum(int c)
Returns nonzero when c is either a character or a number