git: 9front

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

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