git: 9front

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

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