git: 9front

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

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