Annotation of researchv9/include/time.h, revision 1.1

1.1     ! root        1: struct tm { /* see ctime(3) */
        !             2:        int     tm_sec;
        !             3:        int     tm_min;
        !             4:        int     tm_hour;
        !             5:        int     tm_mday;
        !             6:        int     tm_mon;
        !             7:        int     tm_year;
        !             8:        int     tm_wday;
        !             9:        int     tm_yday;
        !            10:        int     tm_isdst;
        !            11: };
        !            12: extern struct tm *localtime();
        !            13: extern struct tm *gmtime();
        !            14: extern char *asctime();
        !            15: extern long timec();
        !            16: extern long timegm();
        !            17: extern long timelocal();
        !            18: #ifndef        KERNEL
        !            19: extern char *timezone();
        !            20: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.