shithub: front

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

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