aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/pen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/pen.c')
-rw-r--r--src/cmd/plot/libplot/pen.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/pen.c b/src/cmd/plot/libplot/pen.c
new file mode 100644
index 00000000..4e13e5cb
--- /dev/null
+++ b/src/cmd/plot/libplot/pen.c
@@ -0,0 +1,6 @@
+#include "mplot.h"
+void pen(char *s){
+ /* BUG: NO OP */
+ USED(s);
+ /* was this error: color(s); */
+}