|
|
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 ival_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: ival_t ! 15: iget() ! 16: { ! 17: register char *p; ! 18: register n; ! 19: ival_t i; ! 20: ! 21: p = &i; ! 22: n = sizeof(ival_t); ! 23: do { ! 24: *p++ = bget(); ! 25: } while (--n); ! 26: return (i); ! 27: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.