shithub: front

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