git: 9front

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

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