fortran
Manual
Source Files
Modules
Procedures
Derived Types
Program
string_utils
Module
26 statements
Source File
string_utils.f90
string_utils
Contents
Functions
int_to_char
logical_to_char
Functions
public function
int_to_char
(i) result(str)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
i
Return Value
character(len=32)
public function
logical_to_char
(l) result(str)
Arguments
Type
Intent
Optional
Attributes
Name
logical,
intent(in)
::
l
Return Value
character(len=1)