shithub: riscv

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