shithub: front

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