date and time created 83/11/11 15:12:20 by ralph
[unix-history] / usr / src / lib / libplot / hp2648 / close.c
CommitLineData
083165be
RC
1#ifndef lint
2static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
3#endif
4
5#include "hp2648.h"
6
7closepl()
8{
9 putchar('Z');
10 fflush(stdout);
11 if ( shakehands == TRUE ) {
12 stty(fildes, &sarg);
13 close(fildes);
14 }
15}