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