shithub: riscv

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