File: mktime-internal.h

package info (click to toggle)
acct 6.5.5-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,824 kB
  • sloc: ansic: 14,236; sh: 10,666; cpp: 290; makefile: 184
file content (4 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (95)
1
2
3
4
#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);