shithub: riscv

ref: 42cf4e2371710cbd8e42da20dc5b30677fc64eaa
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); */
}