git: 9front

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

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