shithub: front

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

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