shithub: riscv

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