shithub: plan9front

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

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