shithub: front

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