git: 9front

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

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