1*48519Sbostic /*- 2*48519Sbostic * Copyright (c) 1985 The Regents of the University of California. 3*48519Sbostic * All rights reserved. 4*48519Sbostic * 5*48519Sbostic * %sccs.include.proprietary.c% 624991Ssam */ 724991Ssam 824991Ssam #ifndef lint 9*48519Sbostic static char sccsid[] = "@(#)close.c 5.2 (Berkeley) 04/22/91"; 10*48519Sbostic #endif /* not lint */ 1124991Ssam 1224991Ssam #include "imp.h" 1324991Ssam #include "imPcodes.h" 1424991Ssam 1524991Ssam closepl(){ 1624991Ssam putch(imP_ENDPAGE); 1724991Ssam fflush(stdout); 1824991Ssam } 19