shithub: riscv

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