git: 9front

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

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