shithub: riscv

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