shithub: front

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

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