git: 9front

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

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