git: 9front

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

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