git: 9front

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

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