Annotation of coherent/d/usr/src/examples/gets.c, revision 1.1.1.1

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: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.