date and time created 82/02/02 16:00:30 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / FRTN.c
... / ...
CommitLineData
1/* Copyright (c) 1979 Regents of the University of California */
2
3static char sccsid[] = "@(#)FRTN.c 1.5 %G%";
4
5#include "h00vars.h"
6
7FRTN(frtn, save)
8 register struct formalrtn *frtn;
9 char *save;
10{
11 blkcpy(frtn->fbn * sizeof(struct display), save, &_disply[1]);
12}