git: 9front

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

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