emacs/lib/mktime-internal.h
2011-01-08 22:57:07 -08:00

4 lines
161 B
C

#include <time.h>
time_t mktime_internal (struct tm *,
struct tm * (*) (time_t const *, struct tm *),
time_t *);