git: 9front

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

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