git: 9front

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

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