|
|
1.1 ! root 1: main(argc,argv) ! 2: char *argv[]; ! 3: { ! 4: /* args: 1 is name to fix, 2 is this directory */ ! 5: if (argv[1][0] == '/') ! 6: printf("%s\n",argv[1]); ! 7: else ! 8: printf("%s/%s\n", argv[2], argv[1]); ! 9: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.