git: 9front

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

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