git: 9front

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

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