git: 9front

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

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