|
|
1.1 root 1: /*
2: * print y given x=y
3: */
4:
5: char *index();
6:
7: main(argc, argv)
8: char **argv;
9: {
10: register char *p;
11:
12: if (argc>=2) {
13: p = index(argv[1], '=');
14: printf("%s\n", p? p+1: argv[1]);
15: }
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.