shithub: riscv

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