git: 9front

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

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