Annotation of coherent/b/bin/c/common/dput.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 an dval_t.
        !             6:  */
        !             7: #include <stdio.h>
        !             8: #ifdef   vax
        !             9: #include "INC$LIB:mch.h"
        !            10: #else
        !            11: #include "mch.h"
        !            12: #endif
        !            13: 
        !            14: dput(dp)
        !            15: dval_t *dp;
        !            16: {
        !            17:        register unsigned char *p;
        !            18:        register n;
        !            19: 
        !            20:        p = (char *) dp;
        !            21:        n = sizeof(dval_t);
        !            22:        do {
        !            23:                bput(*p++);
        !            24:        } while (--n);
        !            25: }

unix.superglobalmegacorp.com

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