git: 9front

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

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