git: 9front

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