source: coreutils/vendor/current/lib/mktime-internal.h@ 194

Last change on this file since 194 was 194, checked in by Yuri Dario, 14 years ago

coreutils: initial coreutils 8.6 import.

File size: 161 bytes
Line 
1#include <time.h>
2time_t mktime_internal (struct tm *,
3 struct tm * (*) (time_t const *, struct tm *),
4 time_t *);
Note: See TracBrowser for help on using the repository browser.