git: 9front

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

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