git: 9front

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

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