git: 9front

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

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