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

1.1       root        1: 
                      2: #include <stdio.h>
                      3: main()
                      4: {
                      5:        char buffer[80];
                      6:        printf("Type your name:  ");
                      7:        fflush(stdout);
                      8:        gets(buffer);
                      9:        printf("Your name is %s\n", buffer);
                     10: }

unix.superglobalmegacorp.com

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