git: 9front

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

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