is_control Function

public pure function is_control(c)

Checks whether c is a control character.

Arguments

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

The character to test.

Return Value logical