From 4314729ddef28cb619ce97d50f0968ca24c93803 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 14 Apr 2004 19:54:10 +0000 Subject: Add graph, plot --- src/cmd/plot/libplot/pprompt.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/cmd/plot/libplot/pprompt.c (limited to 'src/cmd/plot/libplot/pprompt.c') diff --git a/src/cmd/plot/libplot/pprompt.c b/src/cmd/plot/libplot/pprompt.c new file mode 100644 index 00000000..2678ead5 --- /dev/null +++ b/src/cmd/plot/libplot/pprompt.c @@ -0,0 +1,5 @@ +#include "mplot.h" +void +pprompt(void){ + fprintf(stderr, ":"); +} -- cgit v1.2.3