git: 9front

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

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