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