git: 9front

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

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