shithub: front

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

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