|
|
1.1 ! root 1: /* Copyright (c) 1982, Regents, University of California */ ! 2: ! 3: extern int Fixzero[]; ! 4: ! 5: int *inewint(n) ! 6: { ! 7: register int *ip; ! 8: int *newint(); ! 9: if(n < 1024 && n >= -1024) return (Fixzero+n); ! 10: ip = newint(); ! 11: *ip = n; ! 12: return(ip); ! 13: } ! 14: blzero(where,howmuch) ! 15: register char *where; ! 16: { ! 17: register char *p; ! 18: for(p = where + howmuch; p > where; ) *--p = 0; ! 19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.