|
|
1.1 root 1: main(argc,argv)
2: char **argv;
3: {
4: int k;
5: system("pwd");
6: k = chdir(argv[1]);
7: printf("chdir returns %d, new directory ", k);
8: system("pwd");
9: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.