git: 9front

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

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