git: 9front

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

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