Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "mplot.h"
2
void ppause(void){ 
3
	char	aa[4]; 
4
	fflush(stdout); 
5
	read(0, aa, 4);  
6
	erase(); 
7
}