git: 9front

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

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