|
integer(kind=c_int) function | c_strftime (str, slen, FORMAT, tm) |
|
Definition at line 53 of file suews_util_datetime.f95.
◆ c_strftime()
integer(kind=c_int) function mod_strftime::c_strftime::c_strftime |
( |
character(kind=c_char), dimension(*), intent(out) |
str, |
|
|
integer(kind=c_int), intent(in), value |
slen, |
|
|
character(kind=c_char), dimension(*), intent(in) |
FORMAT, |
|
|
type(tm_struct), intent(in) |
tm |
|
) |
| |
|
private |
Definition at line 53 of file suews_util_datetime.f95.
55
56
57
58
59
60 IMPORT :: c_char, c_int
61 IMPORT :: tm_struct
62
63 IMPLICIT NONE
64
65
66 CHARACTER(kind=C_CHAR), DIMENSION(*), INTENT(out) :: str
67 INTEGER(kind=C_INT), VALUE, INTENT(in) :: slen
68 CHARACTER(kind=C_CHAR), DIMENSION(*), INTENT(in) :: FORMAT
69 TYPE(tm_struct), INTENT(in) :: tm
70 INTEGER(kind=C_INT) :: rc
71
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