git: 9front

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

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