shithub: front

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