shithub: front

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

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