shithub: front

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

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