shithub: riscv

ref: 37cbd6b632c56f09c0c561cddc1c4e5645dd4269
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); */
}