shithub: front

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

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