shithub: riscv

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