git: 9front

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

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