git: 9front

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

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