to_lower Subroutine

public subroutine to_lower(char)

Convert a single character to lowercase

Arguments

Type IntentOptional AttributesName
character(len=1), intent(inout) :: char

Contents

None