git: 9front

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

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