shithub: riscv

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