git: 9front

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

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