git: 9front

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