shithub: riscv

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