shithub: front

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