git: 9front

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

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