shithub: front

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

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