git: 9front

ref: f0a33d3c0df2a0f50e3d6383da3975551bc222e6
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); */
}