to_str_ascii Interface

public interface to_str_ascii

Module Procedures

private pure function int8_to_str_ascii(value) result(str)

Arguments

Type IntentOptional Attributes Name
integer(kind=i8), intent(in) :: value

Return Value character(kind=ascii, len=:), allocatable

private pure function int16_to_str_ascii(value) result(str)

Arguments

Type IntentOptional Attributes Name
integer(kind=i16), intent(in) :: value

Return Value character(kind=ascii, len=:), allocatable