shithub: riscv

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