git: 9front

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

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