shithub: riscv

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