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