git: 9front

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

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