shithub: riscv

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