shithub: riscv

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