git: 9front

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

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