git: 9front

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

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