shithub: front

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

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