Everything

isdigit


Tests for a decimal digit.

[Format]

#include <ctype.h>

long isdigit (long c);

[Parameters]

c Character to be tested

[Return values]

If character c is a decimal digit: Nonzero

If character c is not a decimal digit: 0