git: 9front

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

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