git: 9front

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