git: 9front

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

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