shithub: riscv

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