1*40865Sbostic /*- 2*40865Sbostic * Copyright (c) 1979 The Regents of the University of California. 3*40865Sbostic * All rights reserved. 4*40865Sbostic * 5*40865Sbostic * %sccs.include.redist.c% 6*40865Sbostic */ 71636Smckusick 8*40865Sbostic #ifndef lint 9*40865Sbostic static char sccsid[] = "@(#)ACTFILE.c 1.2 (Berkeley) 04/09/90"; 10*40865Sbostic #endif /* not lint */ 111636Smckusick 121636Smckusick #include "h00vars.h" 131636Smckusick 141636Smckusick FILE * 151636Smckusick ACTFILE(curfile) 161636Smckusick 171636Smckusick struct iorec *curfile; 181636Smckusick { 191636Smckusick return curfile->fbuf; 201636Smckusick } 21