Init
This commit is contained in:
12
usr.lib/libplot/t450/close.c
Normal file
12
usr.lib/libplot/t450/close.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)close.c 1.1 94/10/31 SMI"; /* from UCB 4.1 6/27/83 */
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
closevt(){
|
||||
closepl();
|
||||
}
|
||||
closepl(){
|
||||
fflush(stdout);
|
||||
reset();
|
||||
}
|
||||
Reference in New Issue
Block a user