shithub: riscv

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