git: 9front

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

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