|
|
1.1 root 1: #include <stdio.h>
2:
3: main()
4: {
5: char buffer[80];
6:
7: printf("Type something: ");
8: fflush(stdout);
9: printf("%s\n%s\n", gets(buffer), buffer);
10: }
11:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.