git: 9front

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

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