git: 9front

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

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