git: 9front

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

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