|
integer(kind=c_int) function | c_strptime (str, format, tm) |
|
Definition at line 74 of file suews_util_datetime.f95.
◆ c_strptime()
integer(kind=c_int) function mod_strftime::c_strptime::c_strptime |
( |
character(kind=c_char), dimension(*), intent(in) |
str, |
|
|
character(kind=c_char), dimension(*), intent(in) |
format, |
|
|
type(tm_struct), intent(out) |
tm |
|
) |
| |
|
private |
Definition at line 75 of file suews_util_datetime.f95.
80 import :: c_char, c_int
86 character(kind=c_char),
dimension(*),
intent(in) :: str
87 character(kind=c_char),
dimension(*),
intent(in) :: format
88 type(tm_struct),
intent(out) :: tm
89 integer(kind=c_int) :: rc
The documentation for this interface was generated from the following file: