shithub: front

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

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