git: 9front

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

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