git: 9front

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

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