git: 9front

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

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