shithub: plan9front

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