git: 9front

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

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