git: 9front

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

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