File: mktime-internal.h

package info (click to toggle)
monitoring-plugins 2.1.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 9,408 kB
  • sloc: ansic: 59,588; sh: 13,895; perl: 6,166; makefile: 472
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 *);