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