shithub: riscv

ref: 96a7ef06b806677d3e2f1bad6146af188770bcda
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); */
}