git: 9front

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

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