Annotation of coherent/d/usr/src/examples/ctime.c, revision 1.1.1.1

1.1       root        1: #include       <time.h>
                      2: #include       <sys/types.h>
                      3: 
                      4: main()
                      5: {
                      6:        time_t t;
                      7: 
                      8:        time(&t);
                      9:        printf(ctime(&t));
                     10: }

unix.superglobalmegacorp.com

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