shithub: riscv

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