git: 9front

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