shithub: front

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