git: 9front

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

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