git: 9front

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

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