git: 9front

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

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