shithub: front

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