git: 9front

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

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