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