shithub: riscv

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