shithub: plan9front

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

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