git: 9front

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

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