git: 9front

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

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