git: 9front

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

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