shithub: front

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

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