git: 9front

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

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