NAFPack
Source Files
Modules
Procedures
Derived Types
to_str_ucs4
Interface
4 statements
Source File
NAFPack_io_utils.f90
NAFPack_io_utils
to_str_ucs4
Contents
Module Procedures
int8_to_str_ucs4
int16_to_str_ucs4
public interface to_str_ucs4
Module Procedures
private pure function int8_to_str_ucs4(value) result(str)
Arguments
Type
Intent
Optional
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
Intent
Optional
Attributes
Name
integer(kind=i16),
intent(in)
::
value
Return Value
character(kind=ucs4, len=:), allocatable