git: 9front

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

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