git: 9front

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

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