shithub: riscv

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