shithub: riscv

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