Annotation of 40BSD/cmd/px/version.c, revision 1.1.1.1

1.1       root        1: /* Copyright (c) 1979 Regents of the University of California */
                      2: 
                      3: static char sccsid[] = "@(#)version.c 4.1 10/10/80";
                      4: 
                      5:     /*
                      6:      * this writes the declaration of the current time stamp
                      7:      * onto standard output.
                      8:      * useful for makeing Ver.c give the correct date for pi.
                      9:      */
                     10: 
                     11: #include       <time.h>
                     12: 
                     13: main()
                     14:     {
                     15:        printf( "long   createtime = %d;\n" , time(0) );
                     16:     }
                     17: 

unix.superglobalmegacorp.com

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