git: 9front

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

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