git: 9front

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

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