git: 9front

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

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