PatchworkOS
Loading...
Searching...
No Matches
isalnum.c File Reference
#include <ctype.h>
#include "common/ascii_table.h"

Go to the source code of this file.

Functions

int isalnum (int c)
 

Function Documentation

◆ isalnum()

int isalnum ( int  c)

Definition at line 5 of file isalnum.c.

References _ASCII_ALPHA, _ASCII_DIGIT, _ascii_table, and _ascii_entry_t::flags.

Referenced by pathname_init().