implementation of the libc isxdigit call
manually added to pdclib
Marcel Sondaar
Public Domain
| isxdigit.c | implementation of the libc isxdigit call |
| Functions | |
| isxdigit | Returns nonzero when c is an hexadecimal digit |
Returns nonzero when c is an hexadecimal digit
int isxdigit( int c )