|
|
1.1 root 1: /*
2: * Standard stream library for the
3: * C compiler and other compilers that use
4: * C compiler factilities.
5: * Input 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: dget(dp)
15: dval_t *dp;
16: {
17: register char *p;
18: register n;
19:
20: p = (char *) dp;
21: n = sizeof(dval_t);
22: do {
23: *p++ = bget();
24: } while (--n);
25: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.