isOct

Checks if c is octal number (0 <= c <= 7)

bool
isOct
(
char c
)

Parameters

c char

char

Return Value

Type: bool

isOct

Meta