git: 9front

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

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