git: 9front

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

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