shithub: riscv

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