7.4.1.5 The isdigit function

Synopsis

1

#include <ctype.h>
int isdigit(int c);

Description

2

The isdigit function tests for any decimal-digit character (as defined in 5.2.1).