shithub: front

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