CABLE
Source Files
Modules
Procedures
Derived Types
Namelists
Program
c_strptime
Interface
15 statements
Source File
datetime_module.f90
datetime_module
c_strptime
Contents
None
interface
public function c_strptime(str, format, tm) bind(c,name='strptime')
Arguments
Type
Intent
Optional
Attributes
Name
character(kind=c_char, len=1),
intent(in)
::
str
(*)
character(kind=c_char, len=1),
intent(in)
::
format
(*)
type(
tm_struct
),
intent(out)
::
tm
Return Value
integer(kind=c_int)