git: 9front

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

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