dm_upper Interface

public interface dm_upper

Alias for procedure.

Calls

interface~~dm_upper~~CallsGraph interface~dm_upper dm_upper proc~dm_string_upper dm_string_upper interface~dm_upper->proc~dm_string_upper

Module Procedures

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.