git: 9front

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

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