git: 9front

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

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