git: 9front

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

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