git: 9front

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

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