git: 9front

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

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