git: 9front

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

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