Sign in
plan9port
/
plan9
/
9dbe4a0df903ee76bf72fcaff43dea5bb5bf3f75
/
.
/
src
/
cmd
/
plot
/
libplot
/
ppause.c
blob: 9fb8863d28ca60f812462d1a08182a19f59f2910 [
file
] [
log
] [
blame
]
#include
"mplot.h"
void
ppause
(
void
){
char
aa
[
4
];
fflush
(
stdout
);
read
(
0
,
aa
,
4
);
erase
();
}