git: 9front

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

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