dm_string_upper Subroutine

public pure elemental subroutine dm_string_upper(str)

Converts given string to upper case.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: str

Input/output string.


Called by

proc~~dm_string_upper~~CalledByGraph proc~dm_string_upper dm_string_upper interface~dm_upper dm_upper interface~dm_upper->proc~dm_string_upper