index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
plot
/
libplot
/
ppause.c
blob: 6f0e22e20fbdcd00809f78cc48f5e78c72ee0646 (
plain
)
1
2
3
4
5
6
#include
"mplot.h"
void
ppause
(
void
){
char
aa
[
4
];
read
(
0
,
aa
,
4
);
erase
();
}