|
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 55 of file suews_util_datetime.f95.
60 import :: c_char, c_int
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
The documentation for this interface was generated from the following file: