git: 9front

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

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