File: mktime-internal.h

package info (click to toggle)
lftp 4.6.0-1%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 12,688 kB
  • ctags: 12,878
  • sloc: ansic: 59,911; cpp: 55,791; sh: 13,211; yacc: 1,254; makefile: 231; perl: 143; sed: 16
file content (4 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (92)
1
2
3
4
#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);