isspace

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

Return Value

Type: int

true if c is a whitespace character.

Meta