shithub: riscv

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