git: 9front

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

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