Toggle navigation
FSTRING
Contents
Source File
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
char
Interface
3 statements
Source File
strings.f90
strings
char
Contents
Module Procedures
string_convert_to_char
public interface char
Converts a string to a Fortran character array.
Contents
Module Procedures
string_convert_to_char
Module Procedures
private pure function string_convert_to_char(x) result(rst)
Converts a string to a Fortran character array.
Arguments
Type
Intent
Optional
Attributes
Name
type(
string
),
intent(in)
::
x
The string to convert.
Return Value
character(len=:), allocatable
The resulting string.