git: 9front

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