git: 9front

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

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