git: 9front

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

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