git: 9front

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

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