git: 9front

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

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