int2char Interface

public interface int2char

Module Procedures

private pure function scalar_int2char(i) result(res)

Writes the value i to a character as I0

Arguments

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

Return Value character(len=:), allocatable

private pure function vector_int2char(i) result(res)

Writes the value i to a character as I0

Arguments

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

Return Value character(len=:), allocatable