shithub: riscv

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