shithub: riscv

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