date and time created 82/01/18 19:20:24 by linton
[unix-history] / usr / src / usr.bin / pascal / libpc / FRTN.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)FRTN.c 1.5 %G%";
#include "h00vars.h"
FRTN(frtn, save)
register struct formalrtn *frtn;
char *save;
{
blkcpy(frtn->fbn * sizeof(struct display), save, &_disply[1]);
}