148519Sbostic /*- 2*61395Sbostic * Copyright (c) 1985, 1993 3*61395Sbostic * The Regents of the University of California. All rights reserved. 448519Sbostic * 548519Sbostic * %sccs.include.proprietary.c% 624991Ssam */ 724991Ssam 824991Ssam #ifndef lint 9*61395Sbostic static char sccsid[] = "@(#)close.c 8.1 (Berkeley) 06/04/93"; 1048519Sbostic #endif /* not lint */ 1124991Ssam 1224991Ssam #include "imp.h" 1324991Ssam #include "imPcodes.h" 1424991Ssam closepl()1524991Ssamclosepl(){ 1624991Ssam putch(imP_ENDPAGE); 1724991Ssam fflush(stdout); 1824991Ssam } 19