shithub: plan9front

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