git: 9front

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

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