date and time created 83/11/10 16:03:38 by ralph
[unix-history] / usr / src / lib / libplot / hp7221 / close.c
#ifndef lint
static char sccsid[] = "@(#)close.c 4.1 (Berkeley) %G%";
#endif
#include <signal.h>
#include "hp7221.h"
closepl()
{
/* receive interupts */
signal(SIGINT, SIG_IGN);
printf( "v@}" ); /* Put pen away. */
fflush( stdout );
}