shithub: plan9front

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

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