shithub: riscv

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