shithub: riscv

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