git: 9front

ref: e1b4c849ae4c7acea2a8a1e9063392c8bcc4fee8
dir: /sys/src/cmd/plot/libplot/pen.c/

View raw version
#include "mplot.h"
void pen(char *s){
	/* BUG: NO OP */
	USED(s);
	/* was this error:	color(s); */
}