Annotation of researchv10no/games/trek/extra.c, revision 1.1.1.1

1.1       root        1: #ifdef TRACE
                      2: tTf()
                      3: {
                      4:        return(0);
                      5: }
                      6: #endif
                      7: 
                      8: bmove(f, t, n)
                      9: register char *f, *t;
                     10: register int n;
                     11: {
                     12:        do
                     13:                *t++ = *f++;
                     14:        while(--n);
                     15:        return(t);
                     16: }
                     17: 
                     18: syserr(s, a, b, c, d, e, f)
                     19: {
                     20:        printf(s, a, b, c, d, e, f);
                     21:        exit(1);
                     22: }

unix.superglobalmegacorp.com

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