git: 9front

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