git: 9front

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

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