git: 9front

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

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