Isdigit

From aldeid
Jump to navigation Jump to search

Syntax

int isdigit ( int c );

Description

Checks whether c is a decimal digit character.

Decimal digits are any of: 0 1 2 3 4 5 6 7 8 9

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.