Annotation of 40BSD/lib/libpc/FCALL.c, revision 1.1.1.1

1.1       root        1: /* Copyright (c) 1979 Regents of the University of California */
                      2: 
                      3: static char sccsid[] = "@(#)FCALL.c 1.1 10/29/80";
                      4: 
                      5: #include "h00vars.h"
                      6: 
                      7: FCALL(frtn)
                      8:        register struct formalrtn *frtn;
                      9: {
                     10:        register struct display *dp;
                     11:        register struct display *ds;
                     12:        struct display *limit;
                     13: 
                     14:        limit = &frtn->disp[2 * frtn->cbn];
                     15:        for (dp = &_disply[1], ds = &frtn->disp[frtn->cbn]; ds < limit; )
                     16:                *ds++ = *dp++;
                     17:        limit = &frtn->disp[frtn->cbn];
                     18:        for (ds = &frtn->disp[0], dp = &_disply[1]; ds < limit; )
                     19:                *dp++ = *ds++;
                     20:        return (long)(frtn->entryaddr);
                     21: }

unix.superglobalmegacorp.com

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