git: 9front

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