git: 9front

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

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