git: 9front

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

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