git: 9front

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

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