shithub: riscv

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