|
|
1.1 root 1: #include <stdio.h>
2:
3: int count;
4:
5: main ()
6: {
7: char buffer[512];
8:
9: while (gets (buffer))
10: {
11: printf ("#define %s zz%4.4dzz\n", buffer, count++);
12: }
13: return (0);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.