1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/lib/mktime-internal.h
2015-10-22 13:34:00 +00:00

4 lines
161 B
C

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