shithub: plan9front

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