shithub: front

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

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