File: mktime-internal.h

package info (click to toggle)
libprelude 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 23,880 kB
  • ctags: 17,382
  • sloc: ansic: 190,787; cpp: 38,769; xml: 30,141; sh: 11,668; makefile: 721; python: 481; awk: 341; yacc: 238; lex: 186; perl: 2
file content (4 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (94)
1
2
3
4
#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);