git: 9front

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

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