git: 9front

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

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