git: 9front

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

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