shithub: riscv

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