shithub: riscv

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