summaryrefslogtreecommitdiffstats
path: root/gl/mktime-internal.h
blob: 4287acf4aca14e869d4e89e0b645539d1618047c (plain)
1
2
3
4
#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);