shithub: riscv

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