git: 9front

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

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