date and time created 80/10/30 00:32:42 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / ACTFILE.c
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)ACTFILE.c 1.1 %G%";
#include "h00vars.h"
FILE *
ACTFILE(curfile)
struct iorec *curfile;
{
return curfile->fbuf;
}