git: 9front

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