shithub: riscv

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