git: 9front

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