File: mktime-internal.h

package info (click to toggle)
monitoring-plugins 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,740 kB
  • ctags: 6,699
  • sloc: ansic: 60,011; sh: 13,872; perl: 6,291; makefile: 475
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 *);