git: 9front

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

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