Annotation of 42BSD/usr.lib/lib2648/outstr.c, revision 1.1

1.1     ! root        1: /*     outstr.c        4.1     83/03/09        */
        !             2: /*
        !             3:  * Low level output routines
        !             4:  */
        !             5: 
        !             6: #include "2648.h"
        !             7: 
        !             8: outstr(str)
        !             9: char *str;
        !            10: {
        !            11:        while (*str)
        !            12:                outchar(*str++);
        !            13: }

unix.superglobalmegacorp.com

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