int64_to_str Function

private pure function int64_to_str(i) result(str)

Arguments

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

Return Value character(len=:), allocatable


Contents