git: 9front

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

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