git: 9front

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

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