Annotation of 43BSD/ucb/lisp/franz/68k/inewint.c, revision 1.1

1.1     ! root        1: /* Copyright (c) 1982, Regents, University of California */
        !             2: 
        !             3: extern int Fixzero[];
        !             4: int *inewint(n)
        !             5: {
        !             6:        register int *ip;
        !             7:        int *newint();
        !             8:        if(n < 1024 && n >= -1024) return (Fixzero+n);
        !             9:        ip = newint();
        !            10:        *ip = n;
        !            11:        return(ip);
        !            12: }
        !            13: blzero(where,howmuch)
        !            14: register char *where;
        !            15: {
        !            16:        register char *p;
        !            17:        for(p = where + howmuch; p > where; ) *--p = 0;
        !            18: }

unix.superglobalmegacorp.com

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