shithub: front

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

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