git: 9front

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

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