|
|
1.1 root 1: /*ident "@(#)ctrans:demangler/dem.c 1.1"*/
2: /*
3: * C++ Demangler Source Code
4: * @(#)master 1.5
5: * 7/27/88 13:54:37
6: */
7: /* Demangle a single command line argument */
8: main(argc,argv)
9: int argc;
10: char **argv;
11: {
12: int i;
13: for(i=1;i<argc;i++)
14: printf("%s == %s\n",argv[i],demangle(argv[i]));
15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.