dm_to_upper Interface

public interface dm_to_upper

Alias for procedure.

Calls

interface~~dm_to_upper~~CallsGraph interface~dm_to_upper dm_to_upper proc~dm_string_to_upper dm_string_to_upper interface~dm_to_upper->proc~dm_string_to_upper

Called by

interface~~dm_to_upper~~CalledByGraph interface~dm_to_upper dm_to_upper proc~dm_ve_frame_next dm_ve_frame_next proc~dm_ve_frame_next->interface~dm_to_upper

Module Procedures

public pure elemental function dm_string_to_upper(string) result(upper)

Returns given string in upper case.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: string

String to convert.

Return Value character(len=len)

Result.