git: 9front

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