git: 9front

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

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