git: 9front

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

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