Annotation of researchv10dc/cmd/pascal/libpc/FCALL.c, revision 1.1

1.1     ! root        1: /* Copyright (c) 1979 Regents of the University of California */
        !             2: 
        !             3: static char sccsid[] = "@(#)FCALL.c 1.4 6/8/81";
        !             4: 
        !             5: #include "h00vars.h"
        !             6: 
        !             7: FCALL(frtn)
        !             8:        register struct formalrtn *frtn;
        !             9: {
        !            10:        blkcpy(frtn->fbn * sizeof(struct display),
        !            11:                &_disply[1], &frtn->fdisp[frtn->fbn]);
        !            12:        blkcpy(frtn->fbn * sizeof(struct display),
        !            13:                &frtn->fdisp[0], &_disply[1]);
        !            14: }

unix.superglobalmegacorp.com

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