git: 9front

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

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