git: 9front

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

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