git: 9front

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

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