ESMF
Source Files
Modules
Block Data
Procedures
Abstract Interfaces
Derived Types
Programs
c_info_create_by_key
Interface
222 statements
Source File
ESMF_Info.F90
ESMF_InfoMod
c_info_create_by_key
Contents
None
interface
public function c_info_create_by_key(srcInfo, key, rc) bind(C, name="ESMC_InfoCreateByKey")
Arguments
Type
Intent
Optional
Attributes
Name
type(C_PTR),
intent(in),
value
::
srcInfo
character(len=C_CHAR),
intent(in)
::
key
(*)
integer(kind=C_INT),
intent(out)
::
rc
Return Value
type(C_PTR)