|
|
researchv10 Norman
#include <stdio.h>
main(argc, argv)
int argc;
char **argv;
{
FILE *fp;
if ((fp = fopen(".", "r")) == NULL)
perror(".");
exit(0);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.