git: 9front

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

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