shithub: front

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

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