git: 9front

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

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