shithub: front

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

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