git: 9front

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