git: 9front

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