git: 9front

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

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