git: 9front

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

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