git: 9front

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

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