shithub: riscv

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