shithub: plan9front

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

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