git: 9front

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