|
|
1.1 ! root 1: ! 2: struct tm { /* see ctime(3) */ ! 3: int tm_sec; ! 4: int tm_min; ! 5: int tm_hour; ! 6: int tm_mday; ! 7: int tm_mon; ! 8: int tm_year; ! 9: int tm_wday; ! 10: int tm_yday; ! 11: int tm_isdst; ! 12: }; ! 13: ! 14: extern long time(long*); ! 15: extern char* ctime(long*); ! 16: extern tm* localtime(long*); ! 17: extern tm* gmtime(long*); ! 18: extern char* asctime(tm*); ! 19: /* ! 20: extern long timezone; ! 21: extern int daylight; ! 22: extern char* tzname[2]; ! 23: void tzset(); ! 24: */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.