shithub: front

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