git: 9front

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