|
|
1.1 root 1: main()
2: {
3: printf("Date: %s\n", __DATE__);
4: printf("Time: %s\n", __TIME__);
5: printf("File: %s\n", __FILE__);
6: printf("Line No.: %d\n", __LINE__);
7: printf("ANSI C? %s\n", __STDC__ ? "Yes" : "No");
8: }
9:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.