git: 9front

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

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