git: 9front

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

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