shithub: riscv

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