git: 9front

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

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