PatchworkOS
Loading...
Searching...
No Matches
isxdigit.c
Go to the documentation of this file.
1#include <ctype.h>
2
4
5int isxdigit(int c)
6{
8}
_ascii_entry_t _ascii_table[UINT8_MAX+1]
Definition ascii_table.c:5
@ _ASCII_XDIGIT
Definition ascii_table.h:9
int isxdigit(int c)
Definition isxdigit.c:5
_ascii_flags_t flags
Definition ascii_table.h:21