shithub: plan9front

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

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