shithub: riscv

ref: 68b1622f202e3b435d0012ed95e19af3093bf2ab
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); */
}