git: 9front

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

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