Toggle navigation
Fortran free function collection
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
to_lower
Interface
10 statements
Source File
fffc_string.f90
fffc_string
to_lower
Contents
None
interface
public pure module function to_lower(string) result(lower)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
string
Return Value
character(len=len)