string_utils Module


Functions

public function int_to_char(i) result(str)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i

Return Value character(len=32)

public function logical_to_char(l) result(str)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: l

Return Value character(len=1)