git: 9front

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

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