git: 9front

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

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