git: 9front

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

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