예제 #1
0
파일: tek.c 프로젝트: WenchaoLin/JAMg
void
plD_eop_tek(PLStream *pls)
{
    tek_graph(pls);

    if (pls->termin) {
	if ( ! pls->nopause) 
	    WaitForPage(pls);
    }
    fprintf(pls->OutFile, CLEAR_VIEW);		/* erase and home */
}
예제 #2
0
void
plD_eop_tek(void)
{
    WaitForPage();
    fprintf(stdout, CLEAR_VIEW);		/* erase and home */
}