c_strptime Interface

interface
public function c_strptime(str, format, tm) bind(c,name='strptime')

Arguments

Type IntentOptional Attributes Name
character(kind=c_char, len=1), intent(in) :: str(*)
character(kind=c_char, len=1), intent(in) :: format(*)
type(tm_struct), intent(out) :: tm

Return Value integer(kind=c_int)