xref: /csrg-svn/usr.bin/pascal/libpc/ACTFILE.c (revision 62092)
140865Sbostic /*-
2*62092Sbostic  * Copyright (c) 1979, 1993
3*62092Sbostic  *	The Regents of the University of California.  All rights reserved.
440865Sbostic  *
540865Sbostic  * %sccs.include.redist.c%
640865Sbostic  */
71636Smckusick 
840865Sbostic #ifndef lint
9*62092Sbostic static char sccsid[] = "@(#)ACTFILE.c	8.1 (Berkeley) 06/06/93";
1040865Sbostic #endif /* not lint */
111636Smckusick 
121636Smckusick #include "h00vars.h"
131636Smckusick 
141636Smckusick FILE *
ACTFILE(curfile)151636Smckusick ACTFILE(curfile)
161636Smckusick 
171636Smckusick 	struct iorec	*curfile;
181636Smckusick {
191636Smckusick 	return curfile->fbuf;
201636Smckusick }
21