shithub: plan9front

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