Annotation of coherent/b/bin/c/common/sput.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Standard stream library for the
                      3:  * C compiler and other compilers that use
                      4:  * C compiler factilities.
                      5:  * Output a string.
                      6:  */
                      7: #include <stdio.h>
                      8: #ifdef   vax
                      9: #include "INC$LIB:mch.h"
                     10: #else
                     11: #include "mch.h"
                     12: #endif
                     13: 
                     14: sput(p)
                     15: register unsigned char *p;
                     16: {
                     17:        register c;
                     18: 
                     19:        do {
                     20:                bput(c = *p++);
                     21:        } while (c != 0);
                     22: }

unix.superglobalmegacorp.com

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