mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
5 lines
161 B
C
5 lines
161 B
C
#include <time.h>
|
|
time_t mktime_internal (struct tm *,
|
|
struct tm * (*) (time_t const *, struct tm *),
|
|
time_t *);
|