git: 9front

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

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