git: 9front

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

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