git: 9front

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

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