shithub: plan9front

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

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