Annotation of 42BSD/usr.lib/libU77/time_.c, revision 1.1

1.1     ! root        1: /*
        !             2: char id_time[] = "@(#)time_.c  1.1";
        !             3:  *
        !             4:  * return the current time as an integer
        !             5:  *
        !             6:  * calling sequence:
        !             7:  *     integer time
        !             8:  *     i = time()
        !             9:  * where:
        !            10:  *     i will receive the current GMT in seconds.
        !            11:  */
        !            12: 
        !            13: long time();
        !            14: 
        !            15: long time_()
        !            16: {
        !            17:        return(time(0));
        !            18: }

unix.superglobalmegacorp.com

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