shithub: plan9front

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