git: 9front

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

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