shithub: riscv

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