git: 9front

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

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