is_printable Function

public pure function is_printable(c)

Checks whether or not c is a printable character - including the space character.

Arguments

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

The character to test.

Return Value logical