itoa Subroutine

public subroutine itoa(i, res)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
character(len=:), allocatable :: res