shithub: front

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