git: 9front

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

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