git: 9front

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

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