shithub: front

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