git: 9front

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

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