shithub: riscv

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