shithub: riscv

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