git: 9front

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