git: 9front

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

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