git: 9front

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

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