git: 9front

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

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