git: 9front

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

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