shithub: plan9front

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

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