git: 9front

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

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