git: 9front

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

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