shithub: front

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

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