shithub: front

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