shithub: front

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