git: 9front

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