Annotation of 40BSD/libc/stdio/puts.c, revision 1.1.1.1

1.1       root        1: #include       <stdio.h>
                      2: 
                      3: puts(s)
                      4: register char *s;
                      5: {
                      6:        register c;
                      7: 
                      8:        while (c = *s++)
                      9:                putchar(c);
                     10:        return(putchar('\n'));
                     11: }

unix.superglobalmegacorp.com

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