shithub: plan9front

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

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