shithub: plan9front

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

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