git: 9front

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

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