git: 9front

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

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