git: 9front

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

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