shithub: front

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

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