shithub: front

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

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