shithub: riscv

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