git: 9front

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

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