to_str_ucs4 Interface

public interface to_str_ucs4

Module Procedures

private pure function int8_to_str_ucs4(value) result(str)

Arguments

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

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

private pure function int16_to_str_ucs4(value) result(str)

Arguments

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

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