aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/ppause.c
blob: 993a7b204d5cac469ed1d1fc1c24d43c2c5d30fa (plain)
1
2
3
4
5
6
7
#include "mplot.h"
void ppause(void){
	char	aa[4];
	fflush(stdout);
	read(0, aa, 4);
	erase();
}