File: mktime-internal.h

package info (click to toggle)
gnutls28 3.2.15-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 45,912 kB
  • sloc: ansic: 175,963; asm: 59,775; sh: 21,282; makefile: 4,897; lisp: 1,531; yacc: 1,252; cpp: 1,155; perl: 196; 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 *);