git: 9front

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

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