shithub: riscv

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