git: 9front

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

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