shithub: front

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

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