git: 9front

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

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