shithub: front

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

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