git: 9front

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

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