git: 9front

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

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