is_ascii Function

public pure function is_ascii(c)

Checks whether or not c is in the ASCII character set - i.e. in the range 0 .. 0x7F.

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: c

The character to test.

Return Value logical