shithub: front

ref: ceba67bc0648dec08ff495b6c2608a46462b64ab
dir: /sys/src/cmd/plot/libplot/whoami.c/

View raw version
#include "mplot.h"
char *whoami(void){
	return("ramtek");
}