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_modbus_byte_order_from_name dm_modbus_byte_order_from_name proc~dm_modbus_byte_order_from_name->interface~dm_to_upper

Module Procedures

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

Returns given string in upper case.

Arguments

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

String to convert.

Return Value character(len=len)

Result.