MyOS Libc
ctype.h File Reference

Go to the source code of this file.

Functions

int isdigit (int c)
 

Function Documentation

◆ isdigit()

int isdigit ( int  c)

Checks whether a character is an ascii digit

Parameters
cThe character to check
Returns
0 if the character is a digit