git: 9front

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

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