git: 9front

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