shithub: riscv

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