shithub: plan9front

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