ROTEX
Source Files
Modules
Procedures
Derived Types
Program
int2char
Interface
MIT
4 statements
Source File
rotex__characters.f
rotex__characters
int2char
Contents
Module Procedures
scalar_int2char
vector_int2char
public interface int2char
Module Procedures
private pure function scalar_int2char(i) result(res)
Writes the value i to a character as I0
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
i
Return Value
character(len=:), allocatable
private pure function vector_int2char(i) result(res)
Writes the value i to a character as I0
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
i
(:)
Return Value
character(len=:), allocatable