git: 9front

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

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