git: 9front

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

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