shithub: riscv

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