git: 9front

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