git: 9front

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

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