git: 9front

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

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