|
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 74 of file suews_util_datetime.f95.
75
76
77
78
79
80 IMPORT :: c_char, c_int
81 IMPORT :: tm_struct
82
83 IMPLICIT NONE
84
85
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
90
The documentation for this interface was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/suews/checkouts/2023-cleanup/src/suews/src/suews_util_datetime.f95