shithub: riscv

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