git: 9front

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

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