|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.