git: 9front

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

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