git: 9front

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

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