|
|
1.1 root 1: #include <stdio.h>
2:
3: main(argc, argv)
4: int argc;
5: char **argv;
6: {
7: FILE *fp;
8:
9: if ((fp = fopen(".", "r")) == NULL)
10: perror(".");
11: exit(0);
12: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.