git: 9front

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

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