Annotation of coherent/d/bin/cc/c/common/nput.c, revision 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 name.
        !             6:  */
        !             7: #include <stdio.h>
        !             8: #ifdef   vax
        !             9: #include "INC$LIB:ops.h"
        !            10: #include "INC$LIB:mch.h"
        !            11: #else
        !            12: #include "ops.h"
        !            13: #include "mch.h"
        !            14: #endif
        !            15: 
        !            16: nput(id)
        !            17: register char *id;
        !            18: {
        !            19:        register c;
        !            20: 
        !            21:        while ((c = *id++) != 0)
        !            22:                bput(c);
        !            23: #if !OMF286
        !            24:        bput('_');
        !            25: #endif
        !            26:        bput(0);
        !            27: }

unix.superglobalmegacorp.com

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