git: 9front

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

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