shithub: front

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

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