git: 9front

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

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