c_strftime Interface

interface
public function c_strftime(str, slen, format, tm) bind(c, name='strftime')

Arguments

Type IntentOptional 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)