git: 9front

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

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