git: 9front

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

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