git: 9front

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

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