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