git: 9front

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

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