git: 9front

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

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