date and time created 80/10/30 00:36:24 by mckusick
[unix-history] / usr / src / usr.bin / pascal / libpc / ACTFILE.c
CommitLineData
81df8f57
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
3static char sccsid[] = "@(#)ACTFILE.c 1.1 %G%";
4
5#include "h00vars.h"
6
7FILE *
8ACTFILE(curfile)
9
10 struct iorec *curfile;
11{
12 return curfile->fbuf;
13}