shithub: front

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