shithub: riscv

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