git: 9front

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

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