shithub: riscv

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