shithub: front

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