xref: /plan9-contrib/sys/src/cmd/plot/libplot/pen.c (revision ec59a3ddbfceee0efe34584c2c9981a5e5ff1ec4)
1 #include "mplot.h"
2 void pen(char *s){
3 	/* BUG: NO OP */
4 	USED(s);
5 	/* was this error:	color(s); */
6 }
7