shithub: riscv

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