shithub: riscv

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