mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
4 lines
161 B
C
4 lines
161 B
C
#include <time.h>
|
|
time_t mktime_internal (struct tm *,
|
|
struct tm * (*) (time_t const *, struct tm *),
|
|
time_t *);
|