git: 9front

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

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