git: 9front

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