git: 9front

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

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