shithub: front

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

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