shithub: riscv

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