git: 9front

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

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