git: 9front

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

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