shithub: front

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

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