git: 9front

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

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