git: 9front

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

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