Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
int32_to_str
Function
7 statements
Source File
fortran_strings.F90
fortran_strings
int32_to_str
Contents
private pure function int32_to_str(i) result(str)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
i
Return Value
character(len=:), allocatable
Contents