shithub: plan9front

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

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