shithub: riscv

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