git: 9front

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