shithub: front

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