Operating System
Functions
ctype.h File Reference

light-weight ctype.h More...

#include <stdint.h>

Go to the source code of this file.

Functions

static uint8_t isdigit (char ch)
 
static uint8_t isalpha (char ch)
 
static uint8_t isalnum (char ch)
 

Detailed Description

light-weight ctype.h

Definition in file ctype.h.

Function Documentation

◆ isalnum()

static uint8_t isalnum ( char  ch)
inlinestatic

Definition at line 14 of file ctype.h.

◆ isalpha()

static uint8_t isalpha ( char  ch)
inlinestatic

Definition at line 11 of file ctype.h.

◆ isdigit()

static uint8_t isdigit ( char  ch)
inlinestatic

Definition at line 8 of file ctype.h.