shithub: riscv

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