git: 9front

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

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