shithub: front

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

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