shithub: riscv

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