shithub: riscv

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