shithub: riscv

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