git: 9front

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

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