date and time created 83/11/10 16:05:55 by ralph
[unix-history] / usr / src / lib / libplot / hp2648 / close.c
#ifndef lint
static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
#endif
#include "hp2648.h"
closepl()
{
putchar('Z');
fflush(stdout);
if ( shakehands == TRUE ) {
stty(fildes, &sarg);
close(fildes);
}
}