git: 9front

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

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