git: 9front

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

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