git: 9front

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

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