git: 9front

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

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