shithub: front

ref: 0336b2fad3affc680ab91f2b7d18a6e78ca8dcbe
dir: /sys/src/cmd/plot/libplot/whoami.c/

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