git: 9front

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

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