git: 9front

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

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