shithub: plan9front

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

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