git: 9front

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

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