git: 9front

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

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