git: 9front

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

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