shithub: riscv

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