git: 9front

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