git: 9front

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

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