git: 9front

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

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