shithub: front

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

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