shithub: riscv

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