git: 9front

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

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