shithub: riscv

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