git: 9front

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