shithub: riscv

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