isdigit

  1. int isdigit(char c)
    int
    isdigit
    (
    char c
    )
  2. int isdigit(uint c)

Return Value

Type: int

true if c is a decimal digit.

Meta