git: 9front

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

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